home *** CD-ROM | disk | FTP | other *** search
/ The Best of Down Under Games / The Best of Down Under Games.iso / 3dfx Screen Savers / VoodooLights / Sources / cell_tp6.h < prev    next >
C/C++ Source or Header  |  1997-07-07  |  174b  |  11 lines

  1. #ifndef _CELL_TP6_H_
  2. #define _CELL_TP6_H_
  3.  
  4. #define CellType6  0x06
  5.  
  6. extern Cell *ctp6_Constructor( Cell *dad ) ;
  7.  
  8. extern void tp6_set_glide_state( void ) ;
  9.  
  10. #endif
  11.